home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000696_tigger@vcsun2.tamu.edu_Tue Jun 28 09:00:48 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from mail.tamu.edu (TAMU.EDU) by cs.umb.edu with SMTP id AA24289
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 29 Jun 1994 13:06:08 -0400
  3. Received: from vcsun2.tamu.edu.tamu.edu (VCSUN2.TAMU.EDU) by mail.tamu.edu with SMTP id AA05524
  4.   (5.67b/IDA-1.5 for <tex-k@cs.umb.edu>); Tue, 28 Jun 1994 14:01:13 -0500
  5. Received: by vcsun2.tamu.edu.tamu.edu (5.0/SMI-SVR4)
  6.     id AA00629; Tue, 28 Jun 1994 14:00:48 +0600
  7. From: tigger@vcsun2.tamu.edu (Vince Rhee)
  8. Message-Id: <9406281900.AA00629@vcsun2.tamu.edu.tamu.edu>
  9. Subject: 'alloca' macro bug in web2c-6.1?
  10. To: tex-k@cs.umb.edu
  11. Date: Tue, 28 Jun 1994 14:00:48 -0500 (CDT)
  12. X-Mailer: ELM [version 2.4 PL23]
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=US-ASCII
  15. Content-Transfer-Encoding: 7bit
  16. Content-Length: 868       
  17.  
  18.  
  19. I don't really know if this is a bug per se or if I'm just doing something
  20. wrong here, but here's the situation...
  21.  
  22. I'm trying to install web2c (vers. 6.1) on my Linux box at home (with
  23. kpathsea library, vers. 1.8). Everything runs great during the 'make',
  24. right up until the following sequence of error messages appears:
  25.  
  26. ...
  27. make[2]: Entering directory '/usr/local/lib/texmf/web2c-6.1/web2c/web2c'
  28. gcc -I./../lib -I../.. -g -m486 -c web2c.c
  29. In file included from web2c.c:17:
  30. web2c.h:59: macro 'alloca' used without args
  31. make[2]: ***[web2c.o] Error 1
  32. ...
  33.  
  34. Line 59 of 'web2c.h' reads
  35.  
  36. extern void *alloca();
  37.  
  38. and line 17 of 'web2c.c' reads
  39.  
  40. #include "web2c.h"
  41.  
  42. Has this been reported before, and if so, how do I fix it? I would very
  43. much like to get TeX/etc. up and running.
  44.  
  45. - Vince Rhee
  46.   vrhee@ee.tamu.edu
  47.   Dept. of Electrical Engineering
  48.   Texas A&M University
  49.